home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / autoexam.zip / AUTOEXAM.DOC < prev    next >
Text File  |  1989-12-22  |  4KB  |  130 lines

  1.  
  2.                  AUTOEXAM
  3.  
  4.               (c) Copyright 1988,1989
  5.                     by
  6.               Rich Bono, NM1D
  7.              7 Redfield Circle
  8.               Derry, NH 03038
  9.  
  10. Note:    This is NO COST software.  You CANNOT be charged ANY fee to obtain
  11.     a copy of this software, this includes the documentation and any
  12.     database files.  You may NOT alter this software in anyway.  You may
  13.     give a copy of this software to any person who desires it as long as
  14.     there is no-charge whatsoever for obtaining the copy.  This software
  15.     is being made available to help those interested in obtaining or
  16.     upgrading their Amateur Radio license.  This sofware is NOT in the
  17.     public domain.
  18.  
  19.  
  20. AutoExam and its 5 databases can generate Amateur Radio exams for the Novice,
  21. Technician, General, Advanced, and Extra classes.
  22.  
  23. Beta version usage:  This version can be run under MS-DOS or OS/2.
  24.  
  25. Installing AUTOEXAM:
  26.  
  27. AUTOEXAM can be installed on a hard disk, or on your a floppy diskette.
  28. All of the database files MUST be installed in the same directory as the
  29. executable file (AUTOEXAM.EXE).
  30.  
  31. Syntax:
  32.  
  33.     AUTOEXAM [element] [/n] [/p] [/s] [/kxxxx]
  34.  
  35.         Where:
  36.  
  37.         element is the desired examination element:
  38.             NOVICE
  39.             TECHNICIAN
  40.             GENERAL
  41.             ADVANCED
  42.             EXTRA
  43.  
  44.         /p - generate Printed examination and answer key
  45.  
  46.         /s - generate study guide of all questions and the
  47.              correct answer.
  48.  
  49.         /kxxxx - Use xxxx as the exam key to build the exam.
  50.              xxxx is a four digit HEX number
  51.                ie: /k8C3F would use exam key number 8C3F
  52.  
  53.         /n - Not IBM compatible, don't display banner
  54.  
  55.    notes:
  56.  
  57.     The /p and /s switch cannot be used at the same time.
  58.  
  59.     All output of AUTOEXAM is sent to the screen.  If you desire
  60.     to send the output of AutoExam to a file or to your printer
  61.     you must "redirect" the output to the desired device.  See your
  62.     MS-DOS manual for the details about output redirection.
  63.  
  64.      Example output to the printer:
  65.  
  66.         AUTOEXAM NOVICE /p >PRN
  67.  
  68.        would generate a printed novice exam and its answer key and send its
  69.        output to the printer.
  70.  
  71.         AUTOEXAM TECHNICIAN /p >TECH.TST
  72.  
  73.        would generate a printed technican exam and its answer key and send its
  74.        output to the file 'TECH.TST'.
  75.  
  76. AutoExam can be used in a couple of different modes.  The first mode is 
  77. the interactive mode, where you 'take' the exam of your choice in real 
  78. time.  AutoExam will give you your grade when you are finished.  If you desire
  79. to end the exam without answering all of the questions, enter 'G' (for Grade).
  80. AutoExam considers un-answered questions as wrong.
  81.  
  82.  
  83.     To invoke AutoExam in the interactive mode just type:
  84.  
  85.         AUTOEXAM
  86.  
  87.     You will be prompted for which exam you would like to take:
  88.  
  89.         NOVICE
  90.         TECHNICIAN
  91.         GENERAL
  92.         ADVANCED
  93.         EXTRA
  94.  
  95.     Note: You will be prompted only for the databases that AUTOEXAM
  96.         can find on the disk.
  97.  
  98. AutoExam can also generate printed exams and an answer key.  To do this
  99. you must invoke AutoExam with the Print switch '/p' and redirect the 
  100. output to the desired destination, ie: a file or the printer.
  101.  
  102.     For example:
  103.  
  104.         AUTOEXAM /p >PRN
  105.  
  106.     will generate a printed exam and send the output to your printer.
  107.  
  108. AutoExam can also print a study guide of every question in the pool.  To 
  109. do this you must invoke AutoExam with the Study guide switch '/s' and 
  110. redirect the output to the desired destination, ie: a file of the 
  111. printer.
  112.  
  113.     For example:
  114.  
  115.         AUTOEXAM /s >PRN
  116.  
  117.     will generate a study guide and send the output to your printer.
  118.  
  119.  
  120. Whenever AutoExam generates an exam it will display an 'exam key'.  This 
  121. is to allow you to recreate the same exam at a later date if it is 
  122. needed.  To do this, invoke AutoExam with the Key switch '/kxxxx' where
  123. xxxx is the exam key given by AutoExam during the previous exam.  This 
  124. switch can be used in conjunction with the Print switch or for use in 
  125. the interactive mode.
  126.  
  127. AutoExam does not use (at this time) any graphics, or colors.  This is
  128. to allow this program to be used on almost any system, and to allow its
  129. use via packet radio under DOSGATE.
  130.